home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- class Friends$EventWindow extends WindowAdapter {
- // $FF: synthetic field
- private final Friends this$Friends;
-
- public void windowClosing(WindowEvent event) {
- this.this$Friends.decode("/quit");
- }
-
- Friends$EventWindow(Friends this$Friends) {
- this.this$Friends = this$Friends;
- this.this$Friends = this$Friends;
- }
- }
-